home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / JAVA_ALL / J_AUTHOR / JAVAIDE / JAVAIDE.ZIP / JavaIDE / README.tx_ / README.tx
Encoding:
Text File  |  1996-03-08  |  1.5 KB  |  40 lines

  1. ************************************************************
  2.                            The Java IDE.               
  3.                         NetXS Inc. 03/1996
  4.  
  5. Not too much to say yet. This program is in the very early
  6. stages of development. This is the Alpha v0.1 release, so
  7. that means we will probably make 20 or so *major* revisions
  8. to the IDE before we feel it is an actual tool.The program 
  9. has not been extensivly tested yet so please note that bugs 
  10. are going to exist, but they are not going to put
  11. your system at risk!! The Java IDE is really designed just to 
  12. give Java developers an easy Windows 95 editor to work with, 
  13. since we couldn't find one!! The program has been tested on 
  14. some simple Java files, and works fine.
  15.  
  16. Please ensure that all the necessary Java directories are in 
  17. your path statement. You should have
  18. statements in your autoexec.bat similar to the following:
  19.  
  20. REM JAVA
  21. set PATH=%PATH%;D:\JDK;D:\JDK\MYJAVA;D:\JDK\BIN
  22. set PATH=%PATH%;D:\JDK\CLASSES;D:\JDK\DEMO;D:\JDK\INCLUDE;D:\JDK\LIB
  23. REM END OF JAVA
  24.  
  25.  
  26. Look for more updates very soon!!! Any and all suggestions,
  27. ideas, criticisms or whatever are welcomed! Please send to:
  28.  
  29. NetXS Inc.
  30. 6311 Jamesville Drive
  31. Tampa, Florida 33617
  32. netxs@pobox.com
  33. http://www.opennet.com/NetXS/
  34.  
  35. Please note a subject of: Java IDE on all correspondance.
  36.  
  37. **************************************************************
  38. Thanks for trying out the Java IDE!!!
  39. **************************************************************
  40.